home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
gravity.swf
/
scripts
/
frame_107
/
PlaceObject2_259_141
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-28
|
290 b
|
11 lines
onClipEvent(enterFrame){
if(_parent.lander.bat == "attached")
{
_parent.foreground.batt._visible = false;
_parent.lander.myGrav = 0.12;
this._x = _parent.lander._x;
this._y = _parent.lander._y;
this._rotation = _parent.lander._rotation;
}
}